EinhugurODT.Container
Document
Document (private) | Private constructor. |
CreatedDate | Creation date of the document. (Meta data) |
Creator | Creator of the document. (Meta data) |
DefaultSection | Returns default section for the document. (Default page setup for the document) |
Description | Document description. (Meta data) |
ItemCount (Inherited) | Number of items in the container. |
KeyWords | Keywords for the document. (Meta data) |
LastModifiedBy | Name of person to last modify the document. (Meta data) |
ModifiedDate | Last modification date of the document. (Meta data) |
ParagraphCount (Inherited) | Returns number of paragraphs in the container. |
Subject | Document subject. (Meta data) |
TableCount (Inherited) | Returns number of tables in the container. |
Title | Document title. (Meta data) |
AppendParagraph (Inherited) | Appends paragraph without creating run. |
AppendParagraph (Inherited) | Appends paragraph at back of the container, creating one run for the string passed in with this method. |
AppendTable (Inherited) | Appends table to the back of the container. |
ApplyFieldData | Applies filed data document wide. This covers paragraphs, tables, nested tables, nested paragraphs. |
shared Create | Creates new document at given location. |
Item (Inherited) | Returns item at given index. (Paragraphs or tables) |
Items (Inherited) | Returns DocumentItemIterator for the items in the container. This property is for using with for each statements. |
shared Open | Opens OpenDocument Text document. |
Paragraph (Inherited) | Gets paragraph at given index. |
Paragraphs (Inherited) | Returns ParagraphIterator for the paragraphs in the container. This property is for using with for each statements. |
RemoveItem (Inherited) | Removes item from the container. |
Save | Saves the document. |
SaveAs | Saves the document with new name and or path. |
Table (Inherited) | Gets table at given index. |
Tables (Inherited) | Returns TableIterator for the tables in the container. This property is for using with for each statements. |
UseUnitTestRandomCounter | This method is for internal unit testing of this plugin. You should not use this method in your projects. |